home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d889.lha / Csh / HISTORY < prev    next >
Text File  |  1993-07-16  |  1KB  |  66 lines

  1.  
  2.  
  3.                                   HISTORY
  4.                                  =========
  5.  
  6.  
  7.  
  8. Changes from 5.19 to 5.31   (The Essential)
  9. -------------------------
  10.  
  11.  - ARP free
  12.  - OS 2.0+ only
  13.  - slightly changed pattern matching (pattern.library, dos.library)
  14.  - better support for DOS' command search path and resident list
  15.  - supports "PROGDIR:"
  16.  - supports AmigaOS-scripts
  17.  - Unix-like automagic execution of ".login" and ".cshrc"
  18.  - more internal commands support ^C (ctrl-c)
  19.  - more reliable support of WILDSTAR-Flag
  20.  - enhanced commands (new options, bug fixes, changed behaviour):
  21.     dir
  22.     path
  23.     info
  24.     rename
  25.     delete
  26.     assign
  27.     touch
  28.     ps
  29.     mkdir
  30.     addbuffers
  31.     cd
  32.     stack
  33.     help
  34.     strings
  35.     menu
  36.     resident
  37.     head
  38.     tail
  39.     set
  40.  - new commands
  41.     ln/makelink
  42.     chmod
  43.  - new (or modified) functions
  44.     @stricmp
  45.     @filedate
  46.     @filenote
  47.     @hextodec
  48.     @confirm
  49.     @ask
  50.  - new variables
  51.     _clipri
  52.     _dirformat
  53.     _nomatch
  54.  - new prompt variable(s)
  55.  - new "edit function" for keymaps
  56.  - detects if current directory was changed by other programs
  57.  - uses ASL file-requester
  58.  - arguments in scripts passed via $0, $1, $2 etc., number of
  59.     arguments in $#
  60.  - enhanced quoting mechanism for filename completion
  61.  - lots of internal changes
  62.  - lots of other bug fixes
  63.  - and lots of changes and new features I forgot to write down ;-)
  64.  
  65.  
  66.